vcFeedOptionFlowInfo

Feed option flow info indicates an expanded direction (inexact location) in product flow. Used by product feed objects, to be matched with Need objects available in simulation.

See in: Overview

Module: vcProcessModel

Parent: -

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
FlowStepvcProcessFlowStepRWGets or sets process flow step.
GroupvcProcessGroupRWGets or sets process group object. In case a custom Id is used for group Id, this will be None.
GroupIdStringRGets process group's Id inside the flow step. Alternatively, user can use empty string to indicate that any matching process group is fine.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
newvcFeedOptionFlowInfoNoneCreates an empty feed option flow info object.
setGroupWithIdNoneString groupIdSets group Id and group properties to match.
See more
If a custom Id is used, group is set to None. If the new process group cannot be found in the current flow step, flow step is set to None."

Parameters:
groupId(string): New group Id value.